Skip to content

Commit bd15687

Browse files
committed
package up
1 parent e3b3d05 commit bd15687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/RevoGrid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ import 'svelte/internal/flags/legacy';
339339
import * as $ from 'svelte/internal/client';
340340
import { createEventDispatcher, onMount } from 'svelte';
341341

342-
var root = $.template(`<revo-grid><!></revo-grid>`, 2);
342+
var root = $.from_html(`<revo-grid><!></revo-grid>`, 2);
343343

344344
export default function RevoGrid($$anchor, $$props) {
345345
$.push($$props, false);

0 commit comments

Comments
 (0)