How to use the bulma/package.version function in bulma

To help you get started, we’ve selected a few bulma examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github buefy / buefy / docs / components / TheNavbar.vue View on Github external
data() {
            return {
                isMenuActive: false,
                version: buefyPackage.version,
                bulmaVersion: bulmaPackage.version
            }
        },
        methods: {
github buefy / buefy / docs / components / TheNavbar.vue View on Github external
data() {
        return {
            isMenuActive: false,
            version: buefyPackage.version,
            bulmaVersion: bulmaPackage.version
        }
    },
    methods: {