mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2025-12-18 16:34:17 +08:00
VCC完成脱离及验证
This commit is contained in:
@@ -35,12 +35,6 @@ export function initElement(element) {
|
||||
}${getSplitTag()}${JSON.stringify(raw)}`;
|
||||
event.dataTransfer.setData("text/plain", str);
|
||||
|
||||
try {
|
||||
const tag = getRawComponentKey(raw);
|
||||
window.trackManager.track("lc_on_start_drag", {
|
||||
tag,
|
||||
});
|
||||
} catch (error) { }
|
||||
event.stopPropagation();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user