This commit is contained in:
xu_yanfeng
2024-12-09 16:23:58 +08:00
parent 889722c413
commit 4da068e358
25 changed files with 127 additions and 249 deletions

View File

@@ -1,10 +1,10 @@
import { createApp } from "vue";
import App from "./index.vue";
import CCP from "cc-plugin/src/ccp/entry-render";
import pluginConfig from "../../../cc-plugin.config";
import ccui from "@xuyanfeng/cc-ui";
import "@xuyanfeng/cc-ui/dist/ccui.css";
import "@xuyanfeng/cc-ui/iconfont/iconfont.css";
import CCP from "cc-plugin/src/ccp/entry-render";
import { createApp } from "vue";
import pluginConfig from "../../../cc-plugin.config";
import App from "./index.vue";
export default CCP.init(pluginConfig, {
ready: function (rootElement: any, args: any) {

View File

@@ -5,7 +5,7 @@
</div>
</template>
<script lang="ts">
import { defineComponent, onMounted, ref, provide, nextTick } from "vue";
import { defineComponent, nextTick, onMounted, provide, ref } from "vue";
export default defineComponent({
name: "options",
components: {},