mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-06-08 02:46:02 +00:00
feat: Add @
alias to ./src
This commit is contained in:
parent
14479d3d14
commit
6b903d5a14
4 changed files with 17 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
<script lang="ts">
|
||||
import { onDestroy, onMount } from "svelte";
|
||||
import { version } from "./api";
|
||||
import { version } from "@/api";
|
||||
import { showMessage } from "siyuan";
|
||||
import Typo from "./libs/b3-typography.svelte";
|
||||
import Typo from "@/libs/b3-typography.svelte";
|
||||
|
||||
export let name: string;
|
||||
export let i18n: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue