vue-component-tree
Advanced tools
Comparing version 2.1.9 to 2.1.10
{ | ||
"name": "vue-component-tree", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Tree view for your demo components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,2 @@ import storage from './storage' | ||
const data = storage.fetch(STORAGE_KEY) || new DemoPageConfig() | ||
console.log('data', data) | ||
const config: DemoPageConfig = new DemoPageConfig(data.mode, data.isFlat, data.isShowingInfo, data.searchText, data.width) | ||
@@ -15,0 +14,0 @@ this._config = config |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4362701
26444