All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.wslxm.springbootplus2.manage.gc.constant.VueVersionConstant Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package io.github.wslxm.springbootplus2.manage.gc.constant;


/**
 * vue版本
 *
 * @author wangsong
 * @date 2023/08/28
 */
public interface VueVersionConstant {

    String VUE2 = "vue2";
    String VUE3 = "vue3";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy