feat: code format

This commit is contained in:
xingyuv
2023-02-06 11:40:03 +08:00
parent 0486ec9d30
commit 1bb66e6783
49 changed files with 1021 additions and 1122 deletions

View File

@@ -1,7 +1,7 @@
import MyPropertiesPanel from "./PropertiesPanel.vue";
import MyPropertiesPanel from './PropertiesPanel.vue'
MyPropertiesPanel.install = function(Vue) {
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel);
};
MyPropertiesPanel.install = function (Vue) {
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
}
export default MyPropertiesPanel;
export default MyPropertiesPanel