mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 13:35:08 +00:00
put everything in __sapper__
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<button class='prefetch' on:click='prefetch("blog/why-the-name")'>Why the name?</button>
|
||||
|
||||
<script>
|
||||
import { prefetch } from '../__sapper__/client.js';
|
||||
import { prefetch } from '../../__sapper__/client.js';
|
||||
|
||||
export default {
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user