1.0.8 • Published 4 years ago
pineapple-how-to-connect v1.0.8
pineapple-how-to-connect
This component is designed to be utilized in pineapple.net.au projects only.
It needs the data from vuex store and can't be used outside the pineapple.net.au and landing pages of pineapple.net.au
install component
yarn add pineapple-how-to-connect
Load the component and it's styles
App.vue
import 'pineapple-how-to-connect'
import 'pineapple-how-to-connect/dist/pineapple-how-to-connect.css'
Use the component
<HowToConnect :page.sync="page" />