onsen

1. App.vue を書き換える import HomePage from './components/HomePage' import AboutPage from './components/AboutPage' import MenuPage from './components/MenuPage' export default { data () { return { currentPage: 'HomePage' } }, components: { HomePage, AboutPage, MenuPage } } 2 MenuPage.vue を書き換える
{{ item.label }}
import HomePage from './components/HomePage' import AboutPage from './components/AboutPage' import MenuPage from './components/MenuPage' export default { data () { return { essentialLinks: [ { label: 'HomePage', link: 'HomePage', icon: 'fa-book' }, { label: 'AboutPage', link: 'AboutPage', icon: 'fa-book' } ] } }, methods: { onClick (link) { this.$parent.$parent.$parent.$parent.$data.currentPage = link } } }

10 comments:

Edward Lance Lorilla said...

https://asmaloney.com/2015/06/code/clustering-markers-on-leaflet-maps/

Edward Lance Lorilla said...

https://codepen.io/NebHtesmar/pres/pjObNN

Edward Lance Lorilla said...

https://codepen.io/NebHtesmar/pres/pjObNN

Edward Lance Lorilla said...

http://jsfiddle.net/7vctfy0n/

Edward Lance Lorilla said...

http://jsfiddle.net/ZkC5M/221/

Edward Lance Lorilla said...

https://asmaloney.com/2015/06/code/clustering-markers-on-leaflet-maps/

Edward Lance Lorilla said...

https://codepen.io/NebHtesmar/pres/pjObNN

Edward Lance Lorilla said...

http://jsfiddle.net/Vsq4D/1/

Edward Lance Lorilla said...

http://www.brandsoftonline.com/rest-laravel-5-4-token-authentication/

Edward Lance Lorilla said...

https://www.taniarascia.com/real-world-examples-of-map-filter-and-reduce-in-javascript/

What is Security Engineering? Part 2.

A broad overview of the ever-developing security engineering field; a domain that can feel intimidating to some software engineers. With Nie...

Contact Form

Name

Email *

Message *