PHP Classes

File: resources/js/card.js

Recommend this page to a friend!
  Packages of Naif Alshaye   PHP World Clock   resources/js/card.js   Download  
File: resources/js/card.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP World Clock
Display the time in different time zones
Author: By
Last change: fix
read me
Date: 7 months ago
Size: 374 bytes
 

Contents

Class file image Download
import { library } from '@fortawesome/fontawesome-svg-core' import { faSun, faMoon } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' library.add(faSun, faMoon) Nova.booting((Vue, router) => { Vue.component('world-clock', require('./components/Card')); Vue.component('font-awesome-icon', FontAwesomeIcon) })