Skip to content

Commit

Permalink
chore: removed code for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Jan 17, 2024
1 parent f8e4c95 commit 759281b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,089 deletions.
23 changes: 0 additions & 23 deletions src/components/pages/p-v4-components-demo/p-v4-components-demo.ss
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,3 @@
- include 'components/super/i-static-page/i-static-page.component.ss'|b as placeholder

- template index() extends ['i-static-page.component'].index
- block helpers
- block router
< b-router &
v-once |
:initialRoute = "page1"
.

- block body
< h1
Active page: {{ activePage }}

< hr

< b-button :type = 'link' | :href = '/page1'
Page1
< b-button :type = 'link' | :href = '/page2'
Page2
< b-button :type = 'link' | :href = '/page3'
Page3

< hr

< b-dynamic-page
Loading

0 comments on commit 759281b

Please sign in to comment.