更新popup options

This commit is contained in:
xyf-mac 2021-11-12 00:04:58 +08:00
parent a8c4ba0802
commit 9adb53e4e5

View File

@ -11,8 +11,9 @@
<script lang="ts"> <script lang="ts">
import {Component, Vue} from "vue-property-decorator"; import {Component, Vue} from "vue-property-decorator";
@Component({ @Component({
components: {PuzzleBoard}, components: {},
}) })
export default class Index extends Vue { export default class Index extends Vue {
name: string = "index"; name: string = "index";