8 lines
270 B
JavaScript
8 lines
270 B
JavaScript
import importTemplate from '../../util/importTemplate.js';
|
|
export default {
|
|
template: await importTemplate('components/playerinformation/index.html'),
|
|
data: () => ({}),
|
|
props : ["playerName", "playerJob", "playerPP", "theme"],
|
|
mounted (){
|
|
},
|
|
} |