v-viewer转化成cdn文件,优化包
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { markNodeData, NODE_KEY } from './util';
|
||||
import {markNodeData} from './util';
|
||||
import objectAssign from './merge';
|
||||
|
||||
const getPropertyFromData = function (node, prop) {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import Node from "./node";
|
||||
import { getNodeKey } from "./util";
|
||||
import {getNodeKey} from "./util";
|
||||
|
||||
export default class TreeStore {
|
||||
constructor(options) {
|
||||
this.currentNode = null;
|
||||
|
||||
Reference in New Issue
Block a user