1
0
mirror of synced 2026-04-05 07:48:35 +08:00

docs: add docs

This commit is contained in:
roymondchen
2022-02-22 20:27:01 +08:00
parent bc8b9f5225
commit 344a032ac3
37 changed files with 6416 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ import { getUrlParam } from '@tmagic/utils';
import App from './App';
const componentUrl = '/runtime/react/assets/components.js';
const componentUrl = '/tamgic-editor/playground/runtime/react/assets/components.js';
import(componentUrl).then(() => {
const { components } = window.magicPresetComponents;